home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Game / think / aGibbet.readme < prev    next >
Text File  |  2004-09-23  |  3KB  |  101 lines

  1. Short:    V1.52 game like "Guess Word" MultiLanguage & source
  2. Author:   imax@rekom.ru (Maxim Ilyin)
  3. Uploader: imax@rekom.ru (Maxim Ilyin)
  4. Version:  1.52
  5. Type:     game/think
  6. Requires: AMIGA+WB+DT
  7.  
  8.  aGibbet is a little think game for the AmigOS.
  9.  
  10.  Its a prog to guess words at random order with GUI ;). 
  11.  Require any AmigOS with notsegmented memory for word's base and
  12.  some DataTypes (default is GIF) for support some pics.
  13.  
  14.  Main idea become from pc version of George Makarov. Some graphics,
  15.  word's bases is too. Main code is me. This program is NOT finished yet,
  16.  and the author will go on working at it, and one more thing, the author
  17.  is not gulty if it causes any damage because of its incorrect work!!!
  18.  This Program is a freeware.
  19.  
  20.  Gibbet.font 15 must be placed in dir FONTS: and must include of all
  21.  national letters. Personal Font Maker is nice prog for editing of font.
  22.  File gibbet.eng is a word's base of english.
  23.  File gibbet.rus is a word's base at Win1251 russian code,
  24.  German's is gibbet.deu, French's is gibbet.fra, Spanish's is gibbet.esp,
  25.  Portuguese's is gibbet.por.
  26.  You may create personal base, for it observe three rules :
  27.  1) A fist line must be contain all letters of language (AB..YZ).
  28.  Max number of letters is 40 with code 0x0A (Enter) in the end.
  29.  2) A words must be at SOME case that in fist line !!!.
  30.  The word's max length is 20 letter + separate code 0x0A (Enter).
  31.  3) Gibbet.font 15 must contain national letters at SAME case that
  32.  fistline and word's base.
  33.  Its easy or not ?
  34.  
  35.  Dir "pics" contain files gibbet*.pic it is a eight images any fileformat
  36.  that support through DataType with size 80*150 picsels.
  37.  
  38.  For start at english version - activate ToolType NAME=gibbet.eng into
  39.  icon or run from CLI with argument name of base :
  40.  
  41.  CLI> aGibbet gibbet.eng
  42.  
  43.  For other language use example after, only replace string "gibbet.eng"
  44.  of "youbasename".
  45.  
  46.  For russian - all too, only replace string "gibbet.eng" of
  47.  "gibbet.rus" and also  Gibbet.font 15 must be copy from rusfonts:
  48.  to FONTS: for support cyrillic.
  49.  
  50.  Future: Rewrite for MUI and stop this project.
  51.  
  52.  The addresses in the order of importance:
  53.  imax@rekom.ru
  54.  2:5027/16.25 FIDONET
  55.  Maxim_Ilyn@p25.f16.n5027.z2.fidonet.org
  56.  
  57.  The author of the program is Maxim Ilyn, a engineer-electrical.
  58.  His address is:
  59.  
  60.  Country: Russia
  61.  City: Oryol
  62.  Address: Pogarnaja st., 27-84 
  63.  Zipcode: 302040
  64.  Tel: (0862)41-57-82 
  65.  
  66.  Huge "Thank You" goes to:
  67.  
  68.  George Makarov for pc-version, graphics and russian wordsbase.
  69.  
  70.  Denis L. Seleznev for English, German, French, Spanish, Portuguese
  71.  wordbases.
  72.  
  73.  Vladimir Berezenko, Slavik Tretiak, Vadik Akimoff, Vladimir Alaev -
  74.  for help at C's system programming.
  75.  
  76.  Vlad Vinogradov - for testing under MorphOS.
  77.  
  78.  And all people who create with AMIGA.
  79.  
  80.  
  81.  Short history :
  82.  
  83.  v1.0  (19 May 2004) - first versions for public domain from Aminet.
  84.  
  85.  v1.1  (23 May 2004) - add prompting at one letter and calculation hight
  86.  of screen's font.
  87.  
  88.  v1.11 (25 May 2004) - correct display all letters of prompting.
  89.  
  90.  v1.2  (06 Jun 2004) - bugfix "WORD READ from 00000026" thank to Enforcer,
  91.  add startup from WB icon.
  92.  
  93.  v1.3  (27 Jun 2004) - support pics through DataTypes.
  94.  
  95.  v1.4  (06 Jul 2004) - support english wordsbase, compile of SAS.
  96.  
  97.  v1.5  (22 Jul 2004) - rewrite of support multilanguage and more gudgets.
  98.  
  99.  v1.52 (07 Aug 2004) - change text gadgets output and write MorphOS
  100.  version, becouse dont work refresh texts.
  101.